home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.bindinginstanceinfo.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.5 KB  |  38 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1><img src="..\..\images\binding.gif" height="16" width="16" alt="Binding"> Binding - <img src="..\..\images\instance.gif" heigh="16" width="16" alt="instance info"> Instance Info</H1>
  18.                     Use the <B>Instance Info</B> tab to view, edit, or delete the instance infos that are associated with a service.
  19.                     <ul>
  20.                     <li>
  21.                         <b>Instance Infos:</b> Lists the instance infos that are associated with this binding.
  22.                         <UL>
  23.                         <LI class=action>Click <B>View</B> to view an instance info. </li>
  24.                         <LI class=action>Click <B>Delete</B> to permanently delete an instance info. </li>
  25.                         <LI class=action>Click <B>Add Service</B> to add an instance info to this binding.. </li>
  26.                         </ul>
  27.                     </ul>                                        
  28.                     <p>
  29.                     <H3>More Information</H3>
  30.                     <!-- #include file = "glossary.instanceinfo.htm" -->                    
  31.                 </td>
  32.             </tr>
  33.         </table>
  34.         <!-- #include file = "publish.footer.htm" -->
  35.     </body>
  36. </html>
  37.  
  38.